.banner_course {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: var(--color-5);
    border-radius: 20px;
    height: 120px;
    font-family: var(--font-1);
    font-size: 30px;
    color: var(--color-1);
    margin-top: 100px;
    margin-bottom: 30px;
    padding: 0 40px;
    position: relative;
}

.banner_course:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 80px;
    width: 207px;
    height: 207px;
    background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/893040/sc/13/h/435b0f921912381e968c80fa765c463e.png');
    background-size: cover;
    background-position: center;
}

.banner_course .name p {
    margin-bottom: 0px;
}

/*Прогресс-бар*/
.progress_wrapper_inner {
    background: var(--color-1);
    padding: 20px;
    border-radius: 20px;
    margin: 20px 0px 50px 0px;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.25);
}

.your_progress p {
    font-weight: 700;
    font-size: 16px;
}

.your_score {
    font-weight: 500;
    font-size: 14px;
}

.your_score_one span, .your_score_two span {
    border: 1px solid;
    border-radius: 90px;
    padding: 5px 12px;
    margin-left: 15px;
}

.your_score_one{
    margin-bottom: 10px;
}

.score_wrap{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.show-container {
    position: relative;
}

.rounded {
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    transform: translateZ(0);
}

.progress-container {
    position: relative;
}

.progress_new {
    position: relative;
    width: 100% !important;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 30px;
    overflow: visible;
    box-shadow: none;
    margin-top: 40px;
}

.progress_new .progress-bar {
    position: relative;
    height: 100%;
    background: linear-gradient(135deg, #8c75cf 0%, #743dae 47.06%, #3d205b 100%);
    background-color: transaprent !important;
    transition: width .5s ease-out;
    border-radius: 90px;
}

.progress_new .progress-number {
    position: absolute;
    left: 0;
    top: 0;
    transition: transform .5s ease-out;
}

.progress_new .progress-number:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    transform: translateX(-50%);
    border-top: 5px solid #D9D9D9;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.progress_new .progress-number:after {
    content: attr(aria-valuenow);
    position: absolute;
    left: 0;
    top: -9px;
    transform: translate(-50%, -100%);
    padding: 4px 20px;
    color: var(--color-2);
    font-family: var(--font-1);
    font-size: 18px;
    font-weight: 300;
    background: #D9D9D9;
    border-radius: 10px !important;
}

.xdget-trainingAchievements {
    display: none;
    /* Скрываем блок "Достижения пользователя в тренинге" со страницы */
}

/*Расписание*/
.xdget-lessonSchedule h3{
    display: none!important;
}

.schedule-block{
    background: var(--color-6);
    border-radius: 20px;
    margin: 30px 0;
    color: var(--color-1);
    position: relative;
    padding: 90px 20px 30px;
    font-family: var(--font-1);
}

.schedule-block:before{
    content: 'Актуальное расписание';
    font-size: 24px;
    width: 300px;
    left: 50%;
    top: 30px;
    margin-left: -150px;
    position: absolute;
    text-align: center;
}

.schedule-block .day{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: .7px solid var(--color-1);
    width: 90%;
    margin: 0 auto;
}

.schedule-block .day-label{
    color: var(--color-4);
    font-size: 18px;
}

.schedule-block .day .record{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0!important;
}

.schedule-block .time{
    display: none;
}

.schedule-block .event{
    margin: 0!important;
}

.schedule-block .event a{
    font-family: var(--font-2);
    font-size: 14px!important;
    color: var(--color-1);
}

.schedule-block .event{
    font-size: 0;
}
/*Расписание ручное*/
.schedule{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--color-6);
    padding: 20px;
    border-radius: 20px;
    font-family: var(--font-1);
    color: var(--color-1);
    margin-bottom: 20px;
}

.schedule p{
    margin: 0!important;
    text-align: center;
}

.schedule .hed{
    font-size: 24px;
}

.schedule .date{
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--color-4);
}

.schedule .name{
    font-size: 12px;
    font-family: var(--font-2);
    margin-bottom: 20px;
}

.schedule .event{
    border-bottom: .3px solid;
    width: 85%;
    padding-top: 20px;
}

/*Время работы кураторов*/
.work_time{
    background: var(--color-2);
    padding: 20px;
    border-radius: 20px;
    font-family: var(--font-1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.work_time p{
    margin: 0!important;
}

.work_time .hed{
    color: var(--color-1);
    font-size: 24px;
    text-align: center;
    line-height: 100%;
    margin-bottom: 10px;
}

.work_time .ast{
    background: var(--color-3);
    color: var(--color-1);
    padding: 5px 30px 3px;
    border-radius: 90px;
}

.work_time .time{
    color: #AF9EE0;
    font-size: 40px;
    text-align: center;
    line-height: 100%;
}

@media(max-width: 680px){
    .chatium_body .banner_course{
    	margin: 30px 15px;
    }
    
    .banner_course {
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 40px 0;
        margin: 0px 0px 30px;
    }
    
    .banner_course:after{
        right: 50%;
        margin-right: -104px;
    }
    
    .banner_course .name p{
        font-size: 24px;
    }
    
    .btn_wrapper{
        margin-top: 30px;
    }
}